* dbusbind.c (Fdbus_call_method)
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 25 Aug 2009 10:31:22 +0000 (10:31 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 25 Aug 2009 10:31:22 +0000 (10:31 +0000)
(Fdbus_call_method_asynchronously): Use English numeric format for
timeout values in doc string.

src/dbusbind.c

index 9542cd2401d403ac6d548de321e594e9a379609c..d0233fdab435cfa9ff521172ee2119bc30c75aee 100644 (file)
@@ -853,7 +853,7 @@ offered by SERVICE.  It must provide METHOD.
 
 If the parameter `:timeout' is given, the following integer TIMEOUT
 specifies the maximun number of milliseconds the method call must
-return.  The default value is 25.000.  If the method call doesn't
+return.  The default value is 25,000.  If the method call doesn't
 return in time, a D-Bus error is raised.
 
 All other arguments ARGS are passed to METHOD as arguments.  They are
@@ -1061,7 +1061,7 @@ be expected.
 
 If the parameter `:timeout' is given, the following integer TIMEOUT
 specifies the maximun number of milliseconds the method call must
-return.  The default value is 25.000.  If the method call doesn't
+return.  The default value is 25,000.  If the method call doesn't
 return in time, a D-Bus error is raised.
 
 All other arguments ARGS are passed to METHOD as arguments.  They are